home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / dfue / avmnfax / rexx / alertsysopsay.avm < prev    next >
Text File  |  1995-03-09  |  118b  |  9 lines

  1. /* */
  2.  
  3. parse arg mailbox .
  4.  
  5. address command "run >nil: <nil: sys:utilities/say 'Pick up the phone" mailbox "'"
  6.  
  7. exit
  8.  
  9.